Final Project

Author

Matt Crump

Published

April 24, 2023

The final project asks students to obtain an open data set, and then conduct a reproducible visualization of the results. By coding the whole set of operations using R, the analysis show be independently reproducible and verifiable by another person because they could obtain the same data set and analysis code, and by compiling the code show that the same analysis can be reproduced.

We will spend several classes looking at examples of completing a final project. Your final project will be added as another blog post.

15 points

The basic steps are:

  1. Obtain openly available data from an existing primary source article. For example, psychology papers may include links to open data from the published experiment.

Here are a few tips for finding a psych paper with open data. Most important, for this assignment you do not need to re-analyze all of the data from a particular paper. Many papers have multiple experiments, and multiple analyses, including analyses you may not be familiar with. You can restrict your re-analysis to a portion of the paper that involves a data-visualization of interest.

  1. Import, pre-process, and visualize the data using R. After you have obtained the data, your main task is to produce a visualization of the data. For example if the authors provided a graph of their data, can you recreate this graph in your own analysis.

  2. Write a brief report about your visualization. Include a brief description of the research question and experiment (with citation to the paper, and link to find the data). Include the R code chunks necessary to complete the data-visualization. Include a brief description or explanation of the pattern of results in the visualization, and how they relate to the research question.

  3. Publish your completed report on your blog.

A minimal example of a final prject is on the example blog: https://crumplab.com/CrumplabExampleBlog/posts/week_12_ExampleFinal/ExampleFinal.html

Extra Credit

  1. For 5 extra credit points, you can choose to convert your final project into a brief presentation, and deliver the presentation to class during our final exam period.
  • Use quarto to create a slide deck for your presentation

  • Suggested slides include:

    • Title
    • Research question
    • Source of open-data
    • original data-visualization
    • your data-visualization
    • Discussion of results and reproducibility attempt